BODY {
	background-image: url(images/backtexw.html);
	color : Navy;
	background-attachment : fixed;
}
A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
	font-weight : normal;
	font-style : normal;
}

A:VISITED {
	color: maroon;
}

 A:ACTIVE {
	color: Lime;
	font-style : normal;
}

/* ALIGNMENT CLASSES */

.left {
	text-align: left; }

.center {
	text-align: center; }

.right {
	text-align: right; }

.justify {
	text-align: justify; }


div.c4 {
	text-align: left;
	font-style: italic;
}

div.c5 {
	font-weight: bold;
}

div.c6 {
	text-align: left;
	color : Navy;
}

div.c7 {
	text-align: center;
}

div.c8 {
	text-align: center;
	font-style: italic;
}
h2 {
	font-size : 150%;
}

h3 {
	font-size : 130%;
}

h4 {
	font-size : 110%;
}

h6 {
	font-size : x-small;
	font-style : normal;
	font-weight : bolder;
}

HR {
	height: 2pt;
}

p.c1 {
  text-align: left;
  }
 
p.c2 {
text-align: left;
font-style: italic;
}

p.c3{
	text-align : center;
}

p.c4{
    font-style: italic;
	text-align : center;
}

p.c5{
	text-align : center;
	font-weight : bold;
}

p.c6{
	text-align : left;
	font : bold;
}

p.c7{
	text-align : left;
	font : bold;
	text-decoration: underline
}

p.c8{
	text-align:left;
}



TABLE.1 {
	background-image : url(images/blbkgnd.html);
	background : White none;
	width : 100%;
	text-align : left;
	vertical-align : top;
	border-style : groove;
	border-width: 2;
	padding : 2;
	border : 2 groove;
	}
TABLE.2 {
	background-image : url(images/blbkgnd.html);
	background : White none;
	text-align : left;
	width : 75%;
	border-style : groove groove groove groove;
	padding : 2;
	border : 2px groove;
}
TABLE.3 {
	background-image : url(images/blbkgnd.html);
	background : White none;
	width : 85%;
	text-align : center;
	vertical-align : top;
	border-style : groove;
	border-width: 2;
	padding : 2;
	border : thin groove;
}

TABLE.4 {
	background : White none;
	text-align : center;
	vertical-align : top;
	border-width: 2;
	padding : 2;
	border : thin ridge;
}

UL {
	font-weight : bolder;
	list-style : circle inside;
}
